projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfea287
)
Run "ninja test" correctly
author
Simon McVittie
<smcv@debian.org>
Fri, 14 Sep 2018 14:34:51 +0000
(15:34 +0100)
committer
Simon McVittie
<smcv@debian.org>
Fri, 14 Sep 2018 15:48:48 +0000
(16:48 +0100)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 20c36d73853a59e5e467ea5fe7252887024d249b..5d40ba733491a839cfe0d0ba6e692d280f7b7b3c 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-174,7
+174,7
@@
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
cp gtk/org.gtk.* debian/build/glib-2.0/schemas/
glib-compile-schemas debian/build/glib-2.0/schemas/
# Remove LD_PRELOAD so we don't run with fakeroot, which makes dbus-related tests fail
- env -u LD_PRELOAD dh_auto_test --builddirectory=debian/build/deb -- -k
check -j
1 || true
+ env -u LD_PRELOAD dh_auto_test --builddirectory=debian/build/deb -- -k
0 -j
1 || true
endif
override_dh_auto_install: